home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / ophel001.swf / scripts / DefineButton2_3181 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-08-12  |  133 b   |  9 lines

  1. on(release){
  2.    set("/:Challenge",true);
  3.    stopAllSounds();
  4.    tellTarget("_root")
  5.    {
  6.       gotoAndStop("Depart");
  7.    }
  8. }
  9.